home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / c_inst24.zip / SAMPLE1.INF < prev    next >
INI File  |  1994-10-25  |  673b  |  24 lines

  1. REM First sample WINSTALL.INF file for Chief's Install
  2. REM This is for a very BASIC installation - it uses few RESERVED words
  3. REM All files are installed to the target directory only
  4.  
  5. [The title of your application]
  6. $title=Chief's Great Program v222.20
  7.  
  8. [Default target directory]
  9. $target=C:\INSTALL
  10.  
  11. [Disk space needed for the installation - in bytes]
  12. $space=100000
  13.  
  14. [Disks to be copied from]
  15. $disk 1 = *.*
  16.  
  17. [Program Manager group name]
  18. $group=The Great Chief
  19.  
  20. [program(s) to create Program Manager icons for]
  21. $icon=$dest\INSTALL.EXE;My Installer
  22. $icon=$dest\WINSTALL.HLP;My Help file
  23. $icon=NOTEPAD.EXE $dest\WINSTALL.INF;My Installer's Script file
  24.